projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fdbb2f
)
(autoload-coding-system): Add SYMBOL to coding-system-alist.
author
Kenichi Handa
<handa@m17n.org>
Tue, 7 Oct 2003 07:33:22 +0000
(07:33 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 7 Oct 2003 07:33:22 +0000
(07:33 +0000)
lisp/international/mule.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule.el
b/lisp/international/mule.el
index 1ccd26db6c1395151da7d05d57f1354fe72d851e..b86b3bac1fb82df6f16d627a1abbb367f541b17c 100644
(file)
--- a/
lisp/international/mule.el
+++ b/
lisp/international/mule.el
@@
-1123,7
+1123,9
@@
Return the resulting coding system."
"Define SYMBOL as a coding-system that is defined on demand.
FROM is a form to evaluate to define the coding-system."
- (put symbol 'coding-system-define-form form))
+ (put symbol 'coding-system-define-form form)
+ (setq coding-system-alist (cons (list (symbol-name symbol))
+ coding-system-alist)))
(defun set-buffer-file-coding-system (coding-system &optional force)
"Set the file coding-system of the current buffer to CODING-SYSTEM.